const github.com/klauspost/compress/flate.bTableBits
11 uses
github.com/klauspost/compress/flate (current package)
fast_encoder.go#L45: bTableBits = 17 // Bits used in the big tables
fast_encoder.go#L46: bTableSize = 1 << bTableBits // Size of the table
level2.go#L79: nextHash := hashLen(cv, bTableBits, hashBytes)
level2.go#L88: nextHash = hashLen(now, bTableBits, hashBytes)
level2.go#L160: e.table[hashLen(cv, bTableBits, hashBytes)] = tableEntry{offset: s + e.cur}
level2.go#L168: nextHash := hashLen(x, bTableBits, hashBytes)
level2.go#L172: nextHash = hashLen(x, bTableBits, hashBytes)
level2.go#L176: nextHash = hashLen(x, bTableBits, hashBytes)
level2.go#L188: prevHash := hashLen(x, bTableBits, hashBytes)
level2.go#L189: prevHash2 := hashLen(x>>8, bTableBits, hashBytes)
level2.go#L192: currHash := hashLen(x>>16, bTableBits, hashBytes)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |